home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / hudba / earmaster / earpro4setup.exe / {app} / ear40.exe / 0 / RCDATA / TTUTORSTEPINFO / TTUTORSTEPINFO.txt
Text File  |  2003-04-03  |  2KB  |  111 lines

  1. object TutorStepInfo: TTutorStepInfo
  2.   Left = 261
  3.   Top = 169
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 242
  6.   ClientWidth = 355
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -15
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 17
  20.   object Label5: TLabel
  21.     Left = 73
  22.     Top = 2
  23.     Width = 280
  24.     Height = 51
  25.     AutoSize = False
  26.     Caption = 'Step in tutor'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -15
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     Layout = tlCenter
  34.     WordWrap = True
  35.   end
  36.   object Label2: TLabel
  37.     Left = 10
  38.     Top = 65
  39.     Width = 78
  40.     Height = 18
  41.     Caption = 'Levelname'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -15
  45.     Font.Name = 'Arial'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object Bevel1: TBevel
  50.     Left = 0
  51.     Top = 55
  52.     Width = 355
  53.     Height = 15
  54.     Shape = bsTopLine
  55.   end
  56.   object Image1: TImage
  57.     Left = 3
  58.     Top = 3
  59.     Width = 55
  60.     Height = 52
  61.   end
  62.   object Label1: TLabel
  63.     Left = 10
  64.     Top = 87
  65.     Width = 339
  66.     Height = 35
  67.     Caption = 'Label1'
  68.     Constraints.MaxWidth = 339
  69.     Constraints.MinHeight = 35
  70.     Constraints.MinWidth = 339
  71.     WordWrap = True
  72.   end
  73.   object Panel1: TPanel
  74.     Left = 0
  75.     Top = 205
  76.     Width = 355
  77.     Height = 37
  78.     Align = alBottom
  79.     BevelOuter = bvNone
  80.     TabOrder = 0
  81.     object Bevel2: TBevel
  82.       Left = 0
  83.       Top = 0
  84.       Width = 355
  85.       Height = 6
  86.       Align = alTop
  87.       Shape = bsTopLine
  88.     end
  89.     object BitBtn1: TBitBtn
  90.       Left = 132
  91.       Top = 7
  92.       Width = 89
  93.       Height = 26
  94.       Caption = 'OK'
  95.       Default = True
  96.       ModalResult = 1
  97.       TabOrder = 0
  98.       NumGlyphs = 2
  99.     end
  100.     object BitBtn2: TBitBtn
  101.       Left = 226
  102.       Top = 7
  103.       Width = 127
  104.       Height = 26
  105.       Caption = 'Change step...'
  106.       TabOrder = 1
  107.       OnClick = SpeedButton1Click
  108.     end
  109.   end
  110. end
  111.